Child/Parent Advertiser Configuration Help

1,471 views
Skip to first unread message

se...@infotrustllc.com

unread,
Jun 12, 2018, 3:06:09 PM6/12/18
to Google's DoubleClick Campaign Manager API Forum
I am trying to build out an api automation using the Java Client Library that will create both the parent and child advertisers. However I am having an issue with getting the child advertiser to use the shared floodlight configuration. I have tried to set the floodlightConfigurationId for the child to be the same as the parent's floodlight config id but can't get anything to show up in the UI showing that they are linked.
Is this the correct field or should I be setting something differently?

Here is a screenshot of what I am trying to do via the API:
image.png


Thank you,
Seth

Dhanya Sundararaju (DFA API Team)

unread,
Jun 13, 2018, 1:27:25 PM6/13/18
to Google's DoubleClick Campaign Manager API Forum
Hi Seth,

I was unable to check your screenshot as the link appears broken. However, you can use the below request body to create a advertiser and link to an existing advertiser as child by specifying the subaccountid. The subaccountid will have the same floodlightConfigId as the parent advertiser:

{
 
"kind": "dfareporting#advertiser",
 
"idDimensionValue": {
   
"kind": "dfareporting#dimensionValue",
   
"dimensionName": "dfa:advertiserId"
 
},
 
"name": "<Advertiser Name>",
 
"accountId": "<Your user account id>",
 
"subaccountId": "<subaccountid>",
 
"floodlightConfigurationIdDimensionValue": {
   
"kind": "dfareporting#dimensionValue",
   
"dimensionName": "dfa:floodlightConfigId"
 
},
 
"status": "APPROVED",
 
"suspended": false
}


Please give it a try and let me know if you have any further questions.

Regards,
Dhanya, DCM API Team

Seth Rujiraviriyapinyo

unread,
Jun 13, 2018, 3:14:16 PM6/13/18
to google-doubleclick-...@googlegroups.com
Hi Dhanya,

How does the subaccount have to do with the parent/child advertiser link? My screenshot showed that when you have an advertiser you can click the "Share Advertiser" button in order to link the floodlight configuration. 

According to the documentation here the floodlightConfiguration ID is what is supposed to handle this linking. However when I have tried to specify the floodlightConfigurationID of the parent advertiser when creating the child it doesn't create the link.

--
You received this message because you are subscribed to the Google Groups "Google's DoubleClick Campaign Manager API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-doubleclick-for-ad...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--

Seth Rujiraviriyapinyo

unread,
Jun 13, 2018, 3:31:48 PM6/13/18
to google-doubleclick-...@googlegroups.com
Nevermind, I found the issue. The floodlight configuration ID can't be specified when the child advertiser is first created. It can't be set until the advertiser has already been created, then you can do an advertiser update to specify the floodlightConfigurationID

Dhanya Sundararaju (DFA API Team)

unread,
Jun 14, 2018, 9:50:44 AM6/14/18
to Google's DoubleClick Campaign Manager API Forum
Hi Seth,

Glad that you found the solution. Please let me know if you have any further questions.
Reply all
Reply to author
Forward
0 new messages