PHP 클래스 LineItemCreativeAssociationService, googleads-php-lib

저자: WSDLInterpreter
상속: extends DfpSoapClient
파일 보기 프로젝트 열기: googleads/googleads-php-lib

공개 프로퍼티들

프로퍼티 타입 설명
$classmap array Default class map for wsdl=>php
$endpoint string The endpoint of the service

공개 메소드들

메소드 설명
__construct ( string $wsdl, array $options, $user ) Constructor using wsdl location and options array
createLineItemCreativeAssociations ( $lineItemCreativeAssociations ) : the Creates new {@link LineItemCreativeAssociation} objects
getLineItemCreativeAssociationsByStatement ( $filterStatement ) : the Gets a {@link LineItemCreativeAssociationPage} of {@link LineItemCreativeAssociation} objects that satisfy the given {@link Statement#query}. The following fields are supported for filtering:
getPreviewUrl ( $lineItemId, $creativeId, $siteUrl ) : a Returns an insite preview URL that references the specified site URL with the specified creative from the association served to it. For Creative Set previewing you may specify the master creative Id.
performLineItemCreativeAssociationAction ( $lineItemCreativeAssociationAction, $filterStatement ) : the Performs actions on {@link LineItemCreativeAssociation} objects that match the given {@link Statement#query}.
updateLineItemCreativeAssociations ( $lineItemCreativeAssociations ) : the Updates the specified {@link LineItemCreativeAssociation} objects

메소드 상세

__construct() 공개 메소드

Constructor using wsdl location and options array
public __construct ( string $wsdl, array $options, $user )
$wsdl string WSDL location for this service
$options array Options for the SoapClient

createLineItemCreativeAssociations() 공개 메소드

Creates new {@link LineItemCreativeAssociation} objects
public createLineItemCreativeAssociations ( $lineItemCreativeAssociations ) : the
리턴 the created line item creative associations with their IDs filled in

getLineItemCreativeAssociationsByStatement() 공개 메소드

PQL Property Object Property
{@code creativeId} {@link LineItemCreativeAssociation#creativeId}
{@code manualCreativeRotationWeight} {@link LineItemCreativeAssociation#manualCreativeRotationWeight}
{@code destinationUrl} {@link LineItemCreativeAssociation#destinationUrl}
{@code lineItemId} {@link LineItemCreativeAssociation#lineItemId}
{@code status} {@link LineItemCreativeAssociation#status}
{@code lastModifiedDateTime} {@link LineItemCreativeAssociation#lastModifiedDateTime}
public getLineItemCreativeAssociationsByStatement ( $filterStatement ) : the
리턴 the line item creative associations that match the given filter

getPreviewUrl() 공개 메소드

Returns an insite preview URL that references the specified site URL with the specified creative from the association served to it. For Creative Set previewing you may specify the master creative Id.
public getPreviewUrl ( $lineItemId, $creativeId, $siteUrl ) : a
리턴 a URL that references the specified site URL with the specified creative served to it

performLineItemCreativeAssociationAction() 공개 메소드

Performs actions on {@link LineItemCreativeAssociation} objects that match the given {@link Statement#query}.
public performLineItemCreativeAssociationAction ( $lineItemCreativeAssociationAction, $filterStatement ) : the
리턴 the result of the action performed

updateLineItemCreativeAssociations() 공개 메소드

Updates the specified {@link LineItemCreativeAssociation} objects
public updateLineItemCreativeAssociations ( $lineItemCreativeAssociations ) : the
리턴 the updated line item creative associations

프로퍼티 상세

$classmap 공개적으로 정적으로 프로퍼티

Default class map for wsdl=>php
public static array $classmap
리턴 array

$endpoint 공개적으로 정적으로 프로퍼티

The endpoint of the service
public static string $endpoint
리턴 string